Skip to main content
Version: 4.x.x

AdapterExtraType


import { AdapterExtraType } from "@hyper-fetch/core"

Description

Defined in adapter/adapter.types.ts:65

Preview

type AdapterExtraType = {
headers: Record<string, string>;
}

Structure

{
headers: Record<string, string>;
}